home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set mycursor to [1, 2]
- set the cursor of sprite 11 to mycursor
- set the cursor of sprite 12 to mycursor
- set the cursor of sprite 13 to mycursor
- set the cursor of sprite 14 to mycursor
- set the cursor of sprite 15 to mycursor
- set the cursor of sprite 16 to mycursor
- set the cursor of sprite 17 to mycursor
- set the cursor of sprite 18 to mycursor
- set volset to the soundLevel
- if the soundEnabled = 0 then
- set the soundEnabled to 1
- end if
- end
-
- on doexit
- sound stop 1
- go("M1", "@::JMACMENU")
- end
-
- on crtopen
- puppetSprite(6, 1)
- repeat while the stillDown
- set the memberNum of sprite 6 to 10
- updateStage()
- end repeat
- set the memberNum of sprite 6 to 8
- updateStage()
- puppetSprite(6, 0)
- end
-
- on crtclose
- puppetSprite(7, 1)
- repeat while the stillDown
- set the memberNum of sprite 7 to 11
- updateStage()
- end repeat
- set the memberNum of sprite 7 to 9
- updateStage()
- puppetSprite(7, 0)
- end
-
- on crtclose2
- puppetSprite(22, 1)
- repeat while the stillDown
- set the memberNum of sprite 22 to 20
- updateStage()
- end repeat
- set the memberNum of sprite 22 to 19
- updateStage()
- puppetSprite(22, 0)
- puppetSprite(1, 0)
- end
-
- on crtzoomin
- puppetSprite(23, 1)
- repeat while the stillDown
- set the memberNum of sprite 23 to 22
- updateStage()
- end repeat
- set the memberNum of sprite 23 to 21
- updateStage()
- puppetSprite(23, 0)
- end
-
- on crtzoomout
- puppetSprite(23, 1)
- repeat while the stillDown
- set the memberNum of sprite 23 to 34
- updateStage()
- end repeat
- set the memberNum of sprite 23 to 33
- updateStage()
- puppetSprite(23, 0)
- puppetSprite(1, 0)
- end
-
- on crtg1
- puppetSprite(25, 1)
- repeat while the stillDown
- set the memberNum of sprite 25 to 26
- updateStage()
- end repeat
- set the memberNum of sprite 25 to 25
- updateStage()
- puppetSprite(25, 0)
- end
-
- on crtg2
- puppetSprite(26, 1)
- repeat while the stillDown
- set the memberNum of sprite 26 to 28
- updateStage()
- end repeat
- set the memberNum of sprite 26 to 27
- updateStage()
- puppetSprite(26, 0)
- end
-
- on crtg3
- puppetSprite(24, 1)
- repeat while the stillDown
- set the memberNum of sprite 24 to 24
- updateStage()
- end repeat
- set the memberNum of sprite 24 to 23
- updateStage()
- puppetSprite(24, 0)
- end
-